home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / hex / dump-1.0 next >
Encoding:
IAFA Package info  |  1996-11-16  |  916 b   |  32 lines

  1. Title:          dump
  2. Package:    dump-1.0.tar.gz
  3. Version:        1.0
  4. Revision-Date:  06AUG95
  5. Catagory:    file utility
  6. Description:    
  7.     Simple hex dump utility.  I missed it badly from OS-9 so I wrote
  8.     my own.  The difference between it on 'od' is the ascii dump side
  9.     by side with the numeric dump.  Makes it much easier to read a
  10.     binary files contents.
  11.  
  12.     dump -? results in:
  13.  
  14.     Syntax: dump [<opts>] [<path>] [<opts>]
  15.     Function: formatted display of contents of a file
  16.     Options:
  17.        -b    binary display
  18.        -d    decimal display
  19.        -h    hexadecimal display (default)
  20.        -o    octal display
  21.        -z    read from standard input
  22.        -v    version
  23.     
  24. Keywords:       hex binary octal dump od
  25. Author:         mikeh@hypertech.com (Mike Haaland)
  26. Maintained-by:  mikeh@hypertech.com (Mike Haaland)
  27. Maintained-at:  sunsite.unc.edu
  28. Size:        3K
  29. Platforms:      UNIX (SCO/Linux) or OS-9 K&R C
  30. Copying-policy: freely distributable
  31.  
  32.